home *** CD-ROM | disk | FTP | other *** search
- // SpellCheckerDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "spellchecker1.h"
- //}}AFX_INCLUDES
-
- #if !defined(AFX_SPELLCHECKERDLG_H__772667A8_101C_11D2_BB0C_444553540000__INCLUDED_)
- #define AFX_SPELLCHECKERDLG_H__772667A8_101C_11D2_BB0C_444553540000__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
- /////////////////////////////////////////////////////////////////////////////
- // CSpellCheckerDlg dialog
-
- class CSpellCheckerDlg : public CDialog
- {
- // Construction
- public:
- CSpellCheckerDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CSpellCheckerDlg)
- enum { IDD = IDD_SPELLCHECKER_DIALOG };
- CListBox m_listbox;
- CSpellChecker m_SpellChecker;
- CString m_edit;
- CString m_static;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSpellCheckerDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
- BOOL FileExists( LPCSTR lszFile );
-
- // Generated message map functions
- //{{AFX_MSG(CSpellCheckerDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- afx_msg void OnButton3();
- afx_msg void OnButton4();
- afx_msg void OnButton5();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_SPELLCHECKERDLG_H__772667A8_101C_11D2_BB0C_444553540000__INCLUDED_)
-